@media only screen and (max-device-width : 768px) {
  .wrap {
    max-width: 100%;
    min-width: 100%;
    margin: 0 auto;
  }

  .wrap-min {
    width: 96%;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .banner {
    height: 18.84rem;
    background: url(../images/banner-min.png) center no-repeat;
    background-size: 100% 100%;
  }

  .szzx {
    margin-top: 1rem;
    padding-bottom: 2rem;
  }

  .szzx-title {
    height: 2.8rem;
    background: url(../images/szzx-tt.png) center no-repeat;
    background-size: auto 100%;
  }

  .szzx-content {
    margin-top: 1rem;
    overflow: hidden;
  }

  .szzx-content-left {
    width: 100%;
    height: 12rem;
  }

  .szzx-content-left img {
    width: 100%;
    height: 100%;
  }

  .szzx-content-right {
    width: 100%;
    height: 10rem;
    padding: 0.5rem;
    box-sizing: border-box;
    background: #1C5FE6;
  }

  .szzx-content-right h3 a {
    display: inline-block;
    width: 100%;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 1.2rem;
    color: #FAD113;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .szzx-content-right p {
    height: 3rem;
    margin-top: 0.5rem;
    font-family: PingFang SC;
    font-weight: 300;
    font-size: 1rem;
    color: #BCD2FF;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .szzx-content-right .ckxq {
    display: inline-block;
    width: 100%;
    margin-top: 1rem;
    text-align: right;
    font-family: PingFang SC;
    font-weight: 300;
    font-size: 1.1rem;
    color: #FFFFFF;
  }

  .footer {
    margin-top: 1rem;
    height: 6.8rem;
    background: url(../images/footerbg.png) center no-repeat;
    background-size: auto 100%;
  }

  .kglogo {
    height: 6.8rem;
    background: url(../images/kglogo.png) center no-repeat;
  }

  .szzx-list ul {
    overflow: hidden;
  }

  .szzx-list ul li {
    float: left;
    width: 100%;
    height: 7.72rem;
    background: #eff3f9;
    border: 1px solid #ffffff;
    padding: 0.5rem;
    box-sizing: border-box;
  }

  .szzx-list ul li h3 a {
    display: inline-block;
    width: 100%;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 1.2rem;
    color: #2E2C34;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .szzx-list ul li p {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 1rem;
    color: #84899D;
    line-height: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .szzx-list ul li .line {
    display: none;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    line-height: 0;
  }

  .szzx-list ul li .xq {
    display: inline-block;
    width: 58px;
    height: 24px;
    background: #1C5FE6;
    border-radius: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
    float: right;
    display: none;
  }

  .szkt {
    margin-top: 1rem;
  }

  .szkt-title {
    height: 2.8rem;
    background: url(../images/szkt-tt.png) center no-repeat;
    background-size: auto 100%;
  }

  .szkt-title .more {
    float: right;
    display: block;
    width: 6.2rem;
    height: 1.5rem;
    background: #1C5FE6;
    border-radius: 0.6rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 1rem;
    color: #FFFFFF;
    line-height: 1.5rem;
    margin-top: 0;
    text-align: center;
    -webkit-border-radius: 0.6rem;
    -moz-border-radius: 0.6rem;
    -ms-border-radius: 0.6rem;
    -o-border-radius: 0.6rem;
  }

  .szkt-tip ul {
    overflow: hidden;
    text-align: center;
  }

  .szkt-tip ul li {
    display: inline-block;
    padding-bottom: 1.5rem;
    margin: 0 1rem;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 1.2rem;
    color: #464658;
    line-height: 2rem;
  }

  .szkt-tip ul li.on {
    color: #1C5FE6;
    background: url(../images/szkttipon.png) center bottom no-repeat;
  }

  .szkt-wrapper ul {
    overflow: hidden;
  }

  .szkt-wrapper .moreparent {
    position: relative;
  }

  .szkt-wrapper .moreparent .more {
    position: absolute;
    top: -6rem;
    right: 0;
  }

  .szkt-wrapper ul li {
    margin-top: 0.5rem;
    width: 48%;
    height: 7rem;
    position: relative;
    float: left;
  }

  .szkt-wrapper ul li:nth-child(2),
  .szkt-wrapper ul li:nth-child(5) {
    margin: 0.5rem 0 0 0;
  }

  .szkt-wrapper ul li:nth-child(even) {
    margin-left: 4%;
  }

  .szkt-wrapper ul li img {
    width: 100%;
    height: 100%;
  }

  .szkt-wrapper ul li p {
    width: 100%;
    height: 2rem;
    padding: 0 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 1rem;
    color: #FFFFFF;
    line-height: 2rem;
    text-align: center;
  }

  .zjhd {
    height: auto;
    background: url(../images/zjhdbg.png) center no-repeat;
    overflow: hidden;
  }

  .zjhd-title {
    height: 2.8rem;
    background: url(../images/zjhdtt.png) center no-repeat;
    margin-top: 1rem;
    background-size: auto 100%;
  }

  .zjhd-content {
    margin-top: 1rem;
  }

  .zjhd-content-left {
    width: 100%;
    height: 15.56rem;
  }

  .zjhd-content-left img {
    width: 100%;
    height: 100%;
  }

  .zjhd-content-right {
    width: 100%;
    height: auto;
    background: #ECF8FF;
    position: relative;
    padding-bottom: 2rem;
  }

  .zjhd-content-right p {
    height: auto;
    padding: 0.5rem;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 1rem;
    color: #2E2C34;
    line-height: 2rem;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }

  .zjhd-content-right .ckgd {
    display: inline-block;
    padding: 0 0.5rem;
    height: 2rem;
    background: #1C5FE6;
    border-radius: 0.6rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 1.1rem;
    color: #FFFFFF;
    line-height: 2rem;
    text-align: center;
    position: absolute;
    z-index: 1;
    left: auto;
    right: 1rem;
    bottom: 1rem;
    -webkit-border-radius: 0.6rem;
    -moz-border-radius: 0.6rem;
    -ms-border-radius: 0.6rem;
    -o-border-radius: 0.6rem;
  }

  .zjhd-content-right .yinhao {
    display: inline-block;
    width: 105px;
    height: 86px;
    background: url(../images/yinhao.png) center no-repeat;
    position: absolute;
    z-index: 1;
    right: 15px;
    bottom: 21px;
    display: none;
  }

  .szkp {
    overflow: hidden;
    margin-top: -1rem;
  }

  .szkp-title {
    height: 2.8rem;
    background: url(../images/szkptt.png) center no-repeat;
    background-size: auto 100%;
  }

  .szkp-title .more {
    float: right;
    display: block;
    width: 6.2rem;
    height: 1.5rem;
    background: #1C5FE6;
    border-radius: 0.6rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 1rem;
    color: #FFFFFF;
    line-height: 1.5rem;
    margin-top: 0;
    text-align: center;
    -webkit-border-radius: 0.6rem;
    -moz-border-radius: 0.6rem;
    -ms-border-radius: 0.6rem;
    -o-border-radius: 0.6rem;
  }

  .szkp-content ul {
    overflow: hidden;
  }

  .szkp-content ul li {
    overflow: hidden;
    width: 48%;
    height: 7rem;
    position: relative;
    float: left;
    margin-top: 0.5rem;
  }

  .szkp-content ul li:nth-child(2),
  .szkp-content ul li:nth-child(5) {
    margin: 0.5rem 0 0 0;
  }

  .szkp-content ul li:nth-child(even) {
    margin-left: 4%;
  }

  .szkp-content ul li img {
    width: 100%;
    height: 100%;
  }

  .szkp-content ul li .zhezhao {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }

  .szkp-content ul li .zhezhao a {
    display: block;
    margin: 20% auto 0;
    width: 2rem;
    height: 2rem;
    background: url(../images/play.png) center no-repeat;
    background-size: 100%;
  }

  .szhb {
    overflow: hidden;
    position: relative;
    min-height: auto;
    margin-top: 1rem;
  }

  .szhb .iconleft {
    display: none;
    width: 298px;
    height: 133px;
    background: url(../images/iconleft.png) center no-repeat;
    position: absolute;
    top: 305px;
    left: 62px;
    z-index: 0;
  }

  .szhb .iconright {
    display: none;
    width: 281px;
    height: 105px;
    background: url(../images/iconright.png) center no-repeat;
    position: absolute;
    top: 85px;
    right: 79px;
    z-index: 0;
  }

  .szhb-title {
    height: 2.8rem;
    background: url(../images/szhbtt.png) center no-repeat;
    background-size: auto 100%;
  }

  .szhb-content {
    margin-top: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }

  .szhb-content ul li {
    width: 100%;
    height: 30rem;
    background: none;
    float: left;
  }

  .szhb-content ul li img {
    width: 100%;
    height: 100%;
  }

  .prevbtn {
    width: 1.48rem;
    height: 4.72rem;
    background: url(../images/prevbtn.png) center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 1;
    cursor: pointer;
  }

  .nextbtn {
    width: 1.48rem;
    height: 4.72rem;
    background: url(../images/nextbtn.png) center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 40%;
    right: 0;
    z-index: 1;
    cursor: pointer;
  }

  .zylj {
    margin-top: 1rem;
    overflow: hidden;
  }

  .zylj-title {
    height: 2.8rem;
    background: url(../images/zyljtt.png) center no-repeat;
    background-size: auto 100%;
  }

  .zylj-content ul {
    overflow: hidden;
  }

  .zylj-content ul li {
    float: left;
    width: 48%;
    height: 4rem;
    background: #FFFFFF;
    border-radius: 1rem;
    border: 1px solid rgba(131, 131, 131, 0.2);
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 0.5rem;
    margin-right: auto;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
  }

  .zylj-content ul li:nth-child(4),
  .zylj-content ul li:nth-child(8) {
    margin-right: 0;
  }

  .zylj-content ul li:nth-child(even) {
    margin-left: 4%;
  }

  .zylj-content ul li img {
    width: 100%;
    height: 100%;
  }

  .more {
    float: right;
    display: block;
    width: 6.2rem;
    height: 1.5rem;
    background: #1C5FE6;
    border-radius: 0.6rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 1rem;
    color: #FFFFFF;
    line-height: 1.5rem;
    margin-top: 0;
    text-align: center;
    -webkit-border-radius: 0.6rem;
    -moz-border-radius: 0.6rem;
    -ms-border-radius: 0.6rem;
    -o-border-radius: 0.6rem;
  }
}